home *** CD-ROM | disk | FTP | other *** search
- *
-
- *
-
-
-
-
-
- \g
-
- select distinct relid, relstat from relation where relid like '^table^' order by relid;
-
- select attname,attfrmt,attfrml from attribute where attrelid = '^0';
-
- INGRES ERROR
-
- SQL ERROR
-
-
-
-
-
- create table ^0 (^1);
-
- ^0 ^1^2
-
- drop ^0;
-
-
-
- select count(*) from ^1;
-
- select distinct ^0 from ^1 ;
-
- update ^0 set ^1 where ^2;
-
- insert into ^0 (^1) values (^2);
-
- delete from ^0 where ^2;
-
-
-
-
-
-